<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://www.seovw.com  v2.0 | Alimao Co., Ltd.*/
/**/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	z-index: 100;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}

.menuicon-in span.menuicon-top,.menuicon-in span.menuicon-bottom,.menuicon-out span.menuicon-top,.menuicon-out span.menuicon-middle,.menuicon-out span.menuicon-bottom {
	animation:menuInx 1s;
	-moz-animation:menuInx 1s;
	-webkit-animation:menuInx 1s;
	-o-animation:menuInx 1s;
	animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards
}
.menuicon-in span.menuicon-middle {
	animation:menuInm 0.5s;
	-moz-animation:menuInm 0.5s;
	-webkit-animation:menuInm 0.5s;
	-o-animation:menuInm 0.5s;
	animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards
}
.menuicon-in span.menuicon-bottom {
	animation-name:menuIny;
	-moz-animation-name:menuIny;
	-webkit-animation-name:menuIny;
	-o-animation-name:menuIny;
}
.menuicon-out span.menuicon-top {
	animation-name:menuOutx;
	-moz-animation-name:menuOutx;
	-webkit-animation-name:menuOutx;
	-o-animation-name:menuOutx;
}
.menuicon-out span.menuicon-middle {
	animation-name:menuOutm;
	-moz-animation-name:menuOutm;
	-webkit-animation-name:menuOutm;
	-o-animation-name:menuOutm;
}
.menuicon-out span.menuicon-bottom {
	animation-name:menuOuty;
	-moz-animation-name:menuOuty;
	-webkit-animation-name:menuOuty;
	-o-animation-name:menuOuty;
}
@-webkit-keyframes menuInx {
0% {-webkit-transform:rotate(0);top:0}
100% {-webkit-transform:rotate(-45deg);top:8px;opacity:1}
}
@-moz-keyframes menuInx {
0% {-moz-transform:rotate(0);top:0}
100% {-moz-transform:rotate(-45deg);top:8px;opacity:1}
}
@-o-keyframes menuInx {
0% {-o-transform:rotate(0);top:0}
100% {-o-transform:rotate(-45deg);top:8px;opacity:1}
}
@keyframes menuInx {
0% {transform:rotate(0);top:0}
100% {transform:rotate(-45deg);top:8px;opacity:1}
}
@-webkit-keyframes menuInm {
0% {opacity:1}
100% {opacity:0}
}
@-moz-keyframes menuInm {
0% {opacity:1}
100% {opacity:0}
}
@-o-keyframes menuInm {
0% {opacity:1}
100% {opacity:0}
}
@keyframes menuInm {
0% {opacity:1}
100% {opacity:0}
}
@-webkit-keyframes menuIny {
0% {-webkit-transform:rotate(0);top:16px}
100% {-webkit-transform:rotate(45deg);top:8px;opacity:1}
}
@-moz-keyframes menuIny {
0% {-moz-transform:rotate(0);top:16px}
100% {-moz-transform:rotate(45deg);top:8px;opacity:1}
}
@-o-keyframes menuIny {
0% {-o-transform:rotate(0);top:16px}
100% {-o-transform:rotate(45deg);top:8px;opacity:1}
}
@keyframes menuIny {
0% {transform:rotate(0);top:16px}
100% {transform:rotate(45deg);top:8px;opacity:1}
}
@-webkit-keyframes menuOutx {
0% {-webkit-transform:rotate(-45deg);top:8px}
100% {-webkit-transform:rotate(0);top:0}
}
@-moz-keyframes menuOutx {
0% {-moz-transform:rotate(-45deg);top:8px}
100% {-moz-transform:rotate(0);top:0}
}
@-o-keyframes menuOutx {
0% {-o-transform:rotate(-45deg);top:8px}
100% {-o-transform:rotate(0);top:0}
}
@keyframes menuOutx {
0% {transform:rotate(-45deg);top:8px}
100% {transform:rotate(0);top:0}
}
@-webkit-keyframes menuOutm {
0% {opacity:0}
100% {opacity:1}
}
@-moz-keyframes menuOutm {
0% {opacity:0}
100% {opacity:1}
}
@-o-keyframes menuOutm {
0% {opacity:0}
100% {opacity:1}
}
@keyframes menuOutm {
0% {opacity:0}
100% {opacity:1}
}
@-webkit-keyframes menuOuty {
0% {-webkit-transform:rotate(45deg);top:8px}
100% {-webkit-transform:rotate(0);top:16px}
}
@-moz-keyframes menuOuty {
0% {-moz-transform:rotate(45deg);top:8px}
100% {-moz-transform:rotate(0);top:16px}
}
@-o-keyframes menuOuty {
0% {-o-transform:rotate(45deg);top:8px}
100% {-o-transform:rotate(0);top:16px}
}
@keyframes menuOuty {
0% {transform:rotate(45deg);top:8px}
100% {transform:rotate(0);top:16px}
}

.menu_swop_Out .sf-menu &gt; li span a,.menu_swop_Out .sf-menu &gt; li &gt; a,.menu_swop_Out .sf-menu &gt; li.icon_s{animation: swopOut 700ms ease-out;-moz-animation: swopOut 700ms ease-out;-webkit-animation: swopOut 700ms ease-out;-o-animation: swopOut 700ms ease-out;animation-fill-mode: forwards;-webkit-animation-fill-mode: forwards}
@-webkit-keyframes swopOut {0% {-webkit-transform:scale(1); opacity:1}100% {-webkit-transform:scale(0); opacity:0}}
@-moz-keyframes swopOut {0% {-moz-transform:scale(1); opacity:1}100% {-moz-transform:scale(0; opacity:0)}}
@-o-keyframes swopOut {0% {-o-transform:scale(1); opacity:1}100% {-o-transform:scale(0); opacity:0}}
@keyframes swopOut {0% {transform:scale(1); opacity:1}100% {transform:scale(0); opacity:0}}

.menu_swop_Out .searchbar form{animation: almfir 700ms ease 0.3s;-moz-animation: almfir 700ms ease 0.3s;-webkit-animation: almfir 700ms ease 0.3s;-o-animation: almfir 700ms ease 0.3s;animation-fill-mode: forwards;-webkit-animation-fill-mode: forwards}
@-webkit-keyframes almfir {
	0% {opacity: 0;-webkit-transform: translateX(100px);}
	100% {opacity: 1;-webkit-transform: translateX(0);}
}
@-moz-keyframes almfir {
	0% {opacity: 0;-moz-transform: translateX(100px);}
	100% {opacity: 1;-moz-transform: translateX(0);}
}
@-o-keyframes almfir {
	0% {opacity: 0;-o-transform: translateX(100px);}
	100% {opacity: 1;-o-transform: translateX(0);}
}
@keyframes almfir {
	0% {opacity: 0;transform: translateX(100px);}
	100% {opacity: 1;transform: translateX(0);}
}

.menu_swop_In .sf-menu &gt; li span a,.menu_swop_In .sf-menu &gt; li &gt; a,.menu_swop_In .sf-menu &gt; li.icon_s{animation: swopIn 0.5s;-moz-animation: swopIn 0.5s;-webkit-animation: swopIn 0.5s;-o-animation: swopIn 0.5s;animation-fill-mode: forwards;-webkit-animation-fill-mode: forwards}
@-webkit-keyframes swopIn {0% {-webkit-transform:scale(0); opacity:0}100% {-webkit-transform:scale(1); opacity:1}}
@-moz-keyframes swopIn {0% {-moz-transform:scale(0); opacity:0}100% {-moz-transform:scale(1); opacity:1}}
@-o-keyframes swopIn {0% {-o-transform:scale(0); opacity:0}100% {-o-transform:scale(1); opacity:1}}
@keyframes swopIn {0% {transform:scale(0); opacity:0}100% {transform:scale(1); opacity:1}}

.menufade li,.menuf_r li,.menuf_r h4{opacity:0}
.menufade li{	
	animation:menufade 0.5s ease-out;
	-moz-animation:menufade 0.5s ease-out;
	-webkit-animation:menufade 0.5s ease-out;
	-o-animation:menufade 0.5s ease-out;
	animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
}
.menufade &gt; li:nth-child(1){
	animation-delay:200ms;
	-moz-animation-delay:200ms;
	-webkit-animation-delay:200ms;
	-o-webkit-animation-delay:200ms
}
.menufade &gt; li:nth-child(2){
	-o-webkit-animation-delay:400ms;
	-moz-animation-delay:400ms;
	-webkit-animation-delay:400ms;
	animation-delay:400ms
}
.menufade &gt; li:nth-child(3){
	-o-webkit-animation-delay:450ms;
	-moz-animation-delay:450ms;
	-webkit-animation-delay:450ms;
	animation-delay:450ms
}
.menufade &gt; li:nth-child(4){
	-o-webkit-animation-delay:500ms;
	-moz-animation-delay:500ms;
	-webkit-animation-delay:500ms;
	animation-delay:500ms
}
.menufade &gt; li:nth-child(5){
	-o-webkit-animation-delay:550ms;
	-moz-animation-delay:550ms;
	-webkit-animation-delay:550ms;
	animation-delay:550ms
}
.menufade &gt; li:nth-child(6){
	-o-webkit-animation-delay:600ms;
	-moz-animation-delay:600ms;
	-webkit-animation-delay:600ms;
	animation-delay:600ms
}
.menufade &gt; li:nth-child(7){
	-o-webkit-animation-delay:650ms;
	-moz-animation-delay:650ms;
	-webkit-animation-delay:650ms;
	animation-delay:650ms
}
.menufade &gt; li:nth-child(8){
	-o-webkit-animation-delay:700ms;
	-moz-animation-delay:700ms;
	-webkit-animation-delay:700ms;
	animation-delay:700ms
}
.menufade &gt; li:nth-child(9){
	-o-webkit-animation-delay:750ms;
	-moz-animation-delay:750ms;
	-webkit-animation-delay:750ms;
	animation-delay:750ms
}
.menufade &gt; li:nth-child(10){
	-o-webkit-animation-delay:800ms;
	-moz-animation-delay:800ms;
	-webkit-animation-delay:800ms;
	animation-delay:800ms
}
@-webkit-keyframes menufade {
0% {opacity:0;-webkit-transform:scale(1.1) translateY(-24px)}
100% {opacity:1;-webkit-transform:scale(1) translateY(0)}
}
@-moz-keyframes menufade {
0% {opacity:0;-moz-transform:scale(1.1) translateY(-24px)}
100% {opacity:1;-moz-transform:scale(1) translateY(0)}
}
@-o-keyframes menufade {
0% {opacity:0;-o-transform:scale(1.1) translateY(-24px)}
100% {opacity:1;-o-transform:scale(1) translateY(0)}
}
@keyframes menufade {
0% {opacity:0;transform:scale(1.1) translateY(-24px)}
100% {opacity:1;transform:scale(1) translateY(0)}
}
.menuf_r li,.menuf_r h4{	
	animation:menufr 0.5s ease-out;
	-moz-animation:menufr 0.5s ease-out;
	-webkit-animation:menufr 0.5s ease-out;
	-o-animation:menufr 0.5s ease-out;
	animation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
}
.menuf_r &gt; li:nth-child(1){
	animation-delay:100ms;
	-moz-animation-delay:100ms;
	-webkit-animation-delay:100ms;
	-o-webkit-animation-delay:100ms
}
.menuf_r &gt; li:nth-child(2){
	-o-webkit-animation-delay:200ms;
	-moz-animation-delay:200ms;
	-webkit-animation-delay:200ms;
	animation-delay:200ms
}
.menuf_r &gt; li:nth-child(3){
	-o-webkit-animation-delay:300ms;
	-moz-animation-delay:300ms;
	-webkit-animation-delay:300ms;
	animation-delay:300ms
}
.menuf_r &gt; li:nth-child(4){
	-o-webkit-animation-delay:400ms;
	-moz-animation-delay:400ms;
	-webkit-animation-delay:400ms;
	animation-delay:400ms
}
.menuf_r &gt; li:nth-child(5){
	-o-webkit-animation-delay:500ms;
	-moz-animation-delay:500ms;
	-webkit-animation-delay:500ms;
	animation-delay:500ms
}
.menuf_r &gt; li:nth-child(6){
	-o-webkit-animation-delay:600ms;
	-moz-animation-delay:600ms;
	-webkit-animation-delay:600ms;
	animation-delay:600ms
}
.menuf_r &gt; li:nth-child(7){
	-o-webkit-animation-delay:650ms;
	-moz-animation-delay:650ms;
	-webkit-animation-delay:650ms;
	animation-delay:650ms
}
.menuf_r &gt; li:nth-child(8){
	-o-webkit-animation-delay:700ms;
	-moz-animation-delay:700ms;
	-webkit-animation-delay:700ms;
	animation-delay:700ms
}
.menuf_r &gt; li:nth-child(9){
	-o-webkit-animation-delay:750ms;
	-moz-animation-delay:750ms;
	-webkit-animation-delay:750ms;
	animation-delay:750ms
}
.menuf_r &gt; li:nth-child(10){
	-o-webkit-animation-delay:800ms;
	-moz-animation-delay:800ms;
	-webkit-animation-delay:800ms;
	animation-delay:800ms
}
@-webkit-keyframes menufr {
0% {opacity:0;-webkit-transform:scale(1.1) translateX(100px)}
100% {opacity:1;-webkit-transform:scale(1) translateY(0)}
}
@-moz-keyframes menufr {
0% {opacity:0;-moz-transform:scale(1.1) translateX(100px)}
100% {opacity:1;-moz-transform:scale(1) translateY(0)}
}
@-o-keyframes menufr {
0% {opacity:0;-o-transform:scale(1.1) translateX(100px)}
100% {opacity:1;-o-transform:scale(1) translateY(0)}
}
@keyframes menufr {
0% {opacity:0;transform:scale(1.1) translateX(100px)}
100% {opacity:1;transform:scale(1) translateX(0)}
}
</pre></body></html>